.dsply_n{
	display: none;
}
.navbar_b-r{
  border-radius:0px 0px 20px 20px;
}
.mouse_c-p{
	cursor: pointer;
}
.v-h{
	visibility: hidden;
}
.u-s_none{
	user-select: none;
}
.b{
	border: 1px solid;
}
.bg_purpura{
	background: purple;
}
.cuadradito-50{
	width: 50px;
	height: 50px;
}
.cuadradito-100{
	width: 100px;
	height: 100px;
}
.cuadradito-500{
	width: 500px;
	height: 500px;
}
.text_left{
	text-align: left;
}
.bold{
	font-weight: bold !important;
}
.text_center{
	text-align: center;	
}
.dsply_ib{
	display: inline-block;
}

.btn_brown{   
	background:#74330199;
	color: white;
	/*opacity: 0.65;*/
}
.btn_brown:hover {   
	background: #6a290099;   
	text-decoration: none;
	color: white
}
.btn_brown:active {   
	background: #601f0099;   
	text-decoration: none;
}
.btn_brown:focus, .btn_brown.focus {   
	outline: 0;   
	box-shadow: 0 0 0 0.2rem #74330188;
}
.btn_brown.disabled,.btn_brown:disabled {   
	opacity:0.65;
}
